home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Demos / Fax / Faxgate / Charges.akl < prev    next >
Encoding:
Text File  |  1996-08-06  |  31.2 KB  |  724 lines

  1. MESSAGE MANAGER FAX CALL CHARGE TABLES - AUCKLAND
  2. -------------------------------------------------
  3.  
  4. Only lines that start with a blank are used by the program.
  5.  
  6. The total charge for a call is the sum of the following components:
  7. - charge per call (PC lines)
  8. - charge per message (PD lines)
  9. - charge per page (PP lines)
  10. - charge per minute (PM lines)
  11. - estimated cost of call (Telecom charge) (EC lines)
  12.  
  13. All components depend on the call type (local, STD, international, etc).
  14. The estimated cost of the call also depends on the charge zone and time band.
  15. Call types and charge zones are determined from the table at the end of
  16. this file, using the fax number.
  17.  
  18. All money amounts are expressed in cents (or yen, etc).
  19.  
  20. To delete any component, set the amount to 0 or change column 1 to any
  21. non-blank character.
  22.  
  23. Comments (enclosed in square brackets) may be used freely.
  24.  
  25. Charge per call
  26. ---------------
  27. * PC  LOC   25
  28. * PC  STD   25
  29. * PC  IDD   25
  30. * PC  IDDA  25
  31. * PC  IDDB  25
  32. * PC  IDDC  25
  33. * PC  IDDD  25
  34. * PC  IDDE  25
  35.  
  36.  
  37. Charge per message
  38. ------------------
  39. * PD  LOC   25
  40. * PD  STD   25
  41. * PD  IDD   25
  42. * PD  IDDA  25
  43. * PD  IDDB  25
  44. * PD  IDDC  25
  45. * PD  IDDD  25
  46. * PD  IDDE  25
  47.  
  48.  
  49. Charge per page
  50. ---------------
  51. * PP  LOC   50
  52. * PP  STD   50
  53. * PP  IDD   50 
  54. * PP  IDDA  50
  55. * PP  IDDB  50
  56. * PP  IDDC  50
  57. * PP  IDDD  50
  58. * PP  IDDE  50
  59.  
  60.  
  61. Charge per minute (or part thereof)
  62. -----------------------------------
  63. * PM  LOC   25
  64. * PM  STD   60
  65. * PM  IDD   210
  66. * PM  IDDA  210
  67. * PM  IDDB  210
  68. * PM  IDDC  210
  69. * PM  IDDD  210
  70. * PC  IDDE  210
  71.  
  72.  
  73. Estimated cost of call
  74. ----------------------
  75.  
  76. All costs are estimated on the basis of a single per-call charge
  77. plus a per-minute charge multiplied by the call duration, and
  78. subject to a minimum charge.
  79. Any of these can be set to zero for any call type.
  80.  
  81. The sequence followed by the computer is:
  82.  
  83. 1.  The call type and charge zone are obtained from the fax number by
  84. reference to the table at the end of this file.
  85.  
  86. 2.  The time band is obtained from the table of time bands below, using
  87. the line of the table for the call type, day of the week and time of day
  88. at which the message was sent.
  89.  
  90. 3.  The per-call and per-minute charges are obtained from the table of
  91. EC lines below, using the line of the table for the call type and charge
  92. zone from step 1 and (for the per-minute charge) the column for the time
  93. band from step 2.
  94.  
  95. 4.  The call cost is calculated as the per-call charge plus the call
  96. duration in minutes (and fractions) multiplied by the per-minute charge,
  97. rounded to the nearest cent.
  98.  
  99. 5.  If the computed cost of the call is less than the minimum charge,
  100. the minimum is used.
  101.  
  102. Time Bands Table
  103. ----------------
  104. All times not here default to time band 1 (day rate).
  105. Set all time bands to '1' to disable off-peak rates.
  106. MF = Mon - Fri,  SA = Sat,  SU = Sun
  107.  
  108. *  CALL  DAY      HOURS      TIME
  109. *  TYPE                      BAND
  110.  
  111.     LOC   MF   00.00 - 07.00   2   [Local Economy Rate]
  112.     LOC   MF   22.00 - 24.00   2   [Local Economy Rate]
  113.     LOC   SA   00.00 - 24.00   2   [Local Economy Rate]
  114.     LOC   SU   00.00 - 24.00   2   [Local Economy Rate]
  115.  
  116.     STD   MF   00.00 - 08.00   4   [STD Night Rate]
  117.     STD   MF   12.00 - 18.00   2   [STD Afternoon Rate]
  118.     STD   MF   18.00 - 22.00   3   [STD Economy Rate]
  119.     STD   MF   22.00 - 24.00   4   [STD Night Rate]
  120.     STD   SA   00.00 - 08.00   4   [STD Night Rate]
  121.     STD   SA   08.00 - 22.00   3   [STD Economy Rate]
  122.     STD   SA   22.00 - 24.00   4   [STD Night Rate]
  123.     STD   SU   00.00 - 08.00   4   [STD Night Rate]
  124.     STD   SU   08.00 - 22.00   3   [STD Economy Rate]
  125.     STD   SU   22.00 - 24.00   4   [STD Night Rate]
  126.    
  127.    IDDA   MF   00.00 - 08.00   4   [IDD Australia Night]
  128.    IDDA   MF   12.00 - 18.00   2   [IDD Australia Afternoon]
  129.    IDDA   MF   18.00 - 22.00   3   [IDD Australia Economy]
  130.    IDDA   MF   22.00 - 24.00   4   [IDD Australia Night]
  131.    IDDA   SA   00.00 - 24.00   4   [IDD Australia Saturday Rate]
  132.    IDDA   SU   00.00 - 08.00   4   [IDD Australia Night]
  133.    IDDA   SU   08.00 - 22.00   3   [IDD Australia Economy]
  134.    IDDA   SU   22.00 - 24.00   4   [IDD Australia Night]
  135.  
  136.    IDDB   MF   00.00 - 08.00   2   [IDD Off-peak Group B]
  137.    IDDB   SA   00.00 - 08.00   2   [IDD Off-peak Group B]
  138.    IDDB   SU   00.00 - 08.00   2   [IDD Off-peak Group B]
  139.  
  140.    IDDC   MF   00.00 - 08.00   2   [IDD Off-peak Group C]
  141.    IDDC   SA   00.00 - 24.00   2   [IDD Off-peak Group C]
  142.    IDDC   SU   00.00 - 08.00   2   [IDD Off-peak Group C]
  143.    
  144.    IDDD   MF   00.00 - 08.00   2   [IDD Off-peak Group D]
  145.    IDDD   MF   22.00 - 24.00   2   [IDD Off-peak Group D]
  146.    IDDD   SA   00.00 - 08.00   2   [IDD Off-peak Group D]
  147.    IDDD   SA   22.00 - 24.00   2   [IDD Off-peak Group D]
  148.    IDDD   SU   00.00 - 24.00   2   [IDD Off-peak Group D]
  149.  
  150.    IDDE   MF   00.00 - 08.00   2   [IDD Off-peak Group E]
  151.    IDDE   MF   22.00 - 24.00   2   [IDD Off-peak Group E]
  152.    IDDE   SA   00.00 - 08.00   2   [IDD Off-peak Group E]
  153.    IDDE   SA   22.00 - 24.00   2   [IDD Off-peak Group E]
  154.    IDDE   SU   00.00 - 08.00   2   [IDD Off-peak Group E]
  155.    IDDE   SU   22.00 - 24.00   2   [IDD Off-peak Group E]
  156.  
  157.  
  158. Call Charges Table
  159. ------------------
  160. Table Format: 'EC', call type (e.g. LOC), charge zone (e.g. 1), per-call
  161. charge in cents, minimum charge in cents, per-minute charges in cents for
  162. time bands 1, 2, 3, ...
  163. Decimals are permitted (e.g. 3.55) if necessary, in cents-per-minute
  164. columns only.
  165.  
  166. NOTE THAT THESE RATES INCLUDE GST.
  167.  
  168.               CENTS         CENTS PER MINUTE
  169. *   CALL  CHG  PER   MIN      IN TIME BAND
  170. *   TYPE  ZONE CALL  CHG    1      2      3      4 
  171.  
  172.  EC  INT   0     0    0     0                       [internal call, no charge]
  173.  EC  LOC   1     0    4     4       0.5             [local call]
  174.  EC  0800  1     0    0     0                       [0800, Toll Free]
  175.  EC  0508  1     0    0     0                       [0508, Clear Toll Free] 
  176.  EC  STD   1     0    7     6.60    5.50    4.40    2.20 [Step A]
  177.  EC  STD   2     0   13    13.10   11.00    8.80    4.40 [Step B]
  178.  EC  STD   3     0   22    21.90   17.50   13.10    6.60 [Step C]
  179.  EC  STD   4     0   34    33.90   27.30   20.80    9.90 [Step D]
  180.  EC  STD   5     0   52    52.40   41.50   30.60   15.30 [Step E]
  181.  EC  STD   6     0   70    69.90   53.50   40.40   19.70 [Step G]
  182.  EC  STD   7     0   83    83.00   64.40   48.10   24.10 [Step H]
  183.  EC  STD   8     0  103   102.60   79.70   59.00   29.50 [Step I]
  184.  EC  STD   9     0   22    21.50   17.20   12.90    6.50 [City Step C1]
  185.  EC  STD  10     0   30    30.10   25.20   19.40    8.80 [City Step C2]
  186.  EC  STD  11     0   51    51.40   40.70   30.00   15.50 [City Step C3]
  187.  EC  STD  12     0   69    68.50   52.40   39.60   19.30 [City Step C4]
  188.  EC  STD  13     0   75    74.70   59.20   44.60   22.30 [City Step C5]
  189.  EC  STD  14     0   81    81.30   63.10   47.10   23.60 [City Step C6]
  190.  EC  STD  15     0  101   100.60   78.10   57.80   28.90 [City Step C7]
  191.  EC  IDDA  1     0  142   142     137     127      88    [IDD Australia]
  192.  EC  IDDB  2     0  180   180     142           [IDD Midnight- 8am, Every Day]
  193.  EC  IDDB  3     0  287   287     189           [IDD Midnight- 8am, Every Day]
  194.  EC  IDDB  4     0  287   287     240           [IDD Midnight- 8am, Every Day]
  195.  EC  IDDB  5     0  273   273     189           [IDD Midnight- 8am, Every Day]
  196.  EC  IDDB  6     0  208   208     142           [IDD Midnight- 8am, Every Day]
  197.  EC  IDDC  7     0  273   273     189           [IDD Midnight- 8am, All Day Sat]
  198.  EC  IDDD  8     0  273   273     189           [IDD 10pm - 8am, All Day Sun]
  199.  EC  IDDE  9     0  273   273     189           [IDD 10pm- 8am, Every Day]
  200.  EC  IDDE 10     0  287   287     189           [IDD 10pm- 8am, Every Day]
  201.  EC  IDD  11     0  287   287                   [IDD Everyone Else]
  202.  
  203.  
  204. Call Types and Charge Zones
  205. ---------------------------
  206. First line that matches fax number determines call type and charge zone.
  207. '?' matches any single digit,  '*' matches any number of digits.
  208.  
  209. *  FAX          CALL    CHARGE
  210. * NUMBER        TYPE     ZONE
  211.  
  212. Internal:
  213.   ????           INT       0        [Internal]
  214.  
  215. International:
  216.  
  217.   00180944*      IDD      11        [Dominica Is]
  218.   001809497*     IDD      11        [Anguilla]
  219.   00180949*      IDD      11        [BR Virgin Is/Montserrat]
  220.   001809946*     IDD      11        [Turks & Caico Is]
  221.   001809*        IDD      11        [St Lucia/St Vincent/Bequia/Jamaica]
  222.                                     [Antigua/Trinidad & Tobago/Grenada]
  223.                                     [St Kitts & Nevis/Dominican Republic]
  224.                                     [Bermuda/Cayman Is/Bahamas/Barbados]
  225.                                     [Note: Puerto Rico/US Virgin Is are]
  226.                                     [overcharged because of same prefix]
  227.   001*           IDDD      8        [Canada/Hawaii/USA]
  228.  
  229.   0020*          IDD      11        [Egypt/Arab Republic]
  230.   00220*         IDD      11        [Gambia]
  231.   00222*         IDD      11        [Mauritania]
  232.   00223*         IDD      11        [Mali]
  233.   00224*         IDD      11        [Guinea Rep]
  234.   00225*         IDD      11        [Ivory Coast]
  235.   00226*         IDD      11        [Burkino Faso]
  236.   00229*         IDD      11        [Benin]
  237.   0022*          IDD      11        [Senegal/Niger/Togo]
  238.   00230*         IDD      11        [Mauritius]
  239.   00232*         IDD      11        [Sierra Leone]
  240.   00233*         IDD      11        [Ghana]        
  241.   00234*         IDD      11        [Nigeria]
  242.   00238*         IDD      11        [Cape Verde]
  243.   00239*         IDD      11        [Sao Tome & Principle]
  244.   0023*          IDD      11        [Liberia/Central African Rep]
  245.   00241*         IDD      11        [Gabon]
  246.   00247*         IDD      11        [Ascension]
  247.   00248*         IDD      11        [Seychelles]
  248.   00249*         IDD      11        [Sudan]
  249.   0024*          IDD      11        [Congo/Zaire/Angola/Guinea Bissau]
  250.   00250*         IDD      11        [Rwanda]
  251.   00254*         IDD      11        [Kenya]
  252.   00255*         IDD      11        [Tanzania]
  253.   00256*         IDD      11        [Uganda]
  254.   00257*         IDD      11        [Burundi]
  255.   0025*          IDD      11        [Mozambique/Djibouti/Ethiopia/Somalia]
  256.   00261*         IDD      11        [Madagascar]
  257.   00263*         IDD      11        [Zimbabwe] 
  258.   00265*         IDD      11        [Malawi]
  259.   00266*         IDD      11        [Lesotho]
  260.   00268*         IDD      11        [Swaziland]
  261.   0026*          IDD      11        [Namibia/Reunion/Zambia/Botswana]
  262.                                     [Comoro Is/Mayotte]
  263.   0027*          IDDB      4        [South Africa]
  264.   00290*         IDD      11        [St Helena]
  265.   00297*         IDD      11        [Aruba]
  266.   00298*         IDD      11        [Faroe Islands]
  267.   00299*         IDD      11        [Greenland]
  268.  
  269.   0030*          IDD      11        [Greece]
  270.   0031*          IDDB      3        [Netherlands]
  271.   0032*          IDD      11        [Belgium]
  272.   0033*          IDDB      3        [Andorra/France/Monaco]
  273.   0034*          IDD      11        [Spain]
  274.   00351*         IDD      11        [Portugal]
  275.   00352*         IDD      11        [Luxembourg]
  276.   00353*         IDDB      4        [Ireland (Republic)]
  277.   00354*         IDD      11        [Iceland]
  278.   00355*         IDD      11        [Albania]
  279.   00356*         IDD      11        [Malta]
  280.   00357*         IDD      11        [Cyprus]
  281.   00358*         IDD      11        [Finland]
  282.   0036*          IDD      11        [Hungary]
  283.   0038*          IDD      11        [Serbia/Slovenia/Croatia/Bosnia]
  284.                                     [Macedonia]
  285.   0039*          IDD      11        Italy/San Marino/Vatican City]
  286.  
  287.   0040*          IDD      11        [Romania]
  288.   0041*          IDD      11        [Switzerland/Liechtenstein]
  289.   0042*          IDD      11        [Czech/Slovak Republics] 
  290.   0043*          IDD      11        [Austria]
  291.   0044*          IDDC      7        [United Kingdom]
  292.   0045*          IDDB      3        [Denmark]
  293.   0046*          IDDB      3        [Sweden]
  294.   0047*          IDD      11        [Norway]
  295.   0048*          IDD      11        [Poland]
  296.   0049*          IDDB      3        [Germany (West)]
  297.  
  298.   00502*         IDD      11        [Guatemala]
  299.   00503*         IDD      11        [El Salvador]
  300.   00504*         IDD      11        [Honduras]
  301.   00506*         IDD      11        [Costa Rica]
  302.   00508*         IDD      11        [St Pierre & Miquelon]
  303.   00509*         IDD      11        [Haiti]
  304.   0050*          IDD      11        [Belize/Nicaragua/Panama/Falkland Is]
  305.   0051*          IDD      11        [Peru]
  306.   0052*          IDD      11        [Mexico]
  307.   0053*          IDD      11        [Cuba]
  308.   0054*          IDD      11        [Argentina]
  309.   0055*          IDD      11        [Brazil]
  310.   0056*          IDD      11        [Chile]
  311.   0057*          IDD      11        [Colombia]
  312.   0058*          IDD      11        [Venezuela]
  313.   00591*         IDD      11        [Bolivia]
  314.   00592*         IDD      11        [Guyana]
  315.   00593*         IDD      11        [Ecuador]
  316.   00595*         IDD      11        [Paraguay]
  317.   00598*         IDD      11        [Uruguay]
  318.   0059*          IDD      11        [Guadeloupe/French Guiana]
  319.                                     [Surinam/n. Antilles]
  320.   
  321.   0060*          IDDB      5        [Malaysia] 
  322.   0061*          IDDA      1        [Australia]
  323.   0062*          IDD      11        [Indonesia]
  324.   0063*          IDDB      3        [Philippines]
  325.   0065*          IDDE      9        [Singapore]
  326.   0066*          IDD      11        [Thailand]
  327.   00670*         IDD      11        [Mariana Is]
  328.   00671*         IDD      11        [Guam]      
  329.   00672*         IDD      11        [Christmas Is./Cocos Is.]
  330.                                     [Norfolk Is./Antarctica]
  331.   00673*         IDD      11        [Brunei]
  332.   00674*         IDD      11        [Naura]
  333.   00675*         IDDB      2        [Papua New Guinea]
  334.   00676*         IDDB      2        [Tonga]
  335.   00677*         IDDB      2        [Solomon Islands]
  336.   00678*         IDD      11        [Vanuatu (New Hebrides)]
  337.   00679*         IDDB      2        [Fiji]
  338.   00681*         IDD      11        [Wallis and Futura]
  339.   00682*         IDDB      2        [Cook Is.] 
  340.   00683*         IDD      11        [Nuie Islands]
  341.   00684*         IDDB      2        [US Somoa]
  342.   00685*         IDDB      6        [Samoa (Western)]
  343.   00686*         IDD      11        [Kiribati]
  344.   00687*         IDDB      2        [New Caledonia]
  345.   00688*         IDD      11        [Tuvalu]
  346.   00689*         IDDB      2        [French Polynesia] 
  347.   0069*          IDD      11        [Micronesia/Marshall Is.]
  348.  
  349.   007*           IDD      11        [Former Republics of USSR]
  350.  
  351.   0081*          IDDB      3        [Japan] 
  352.   0082*          IDD      11        [Korea PDR]
  353.   0084*          IDD      11        [Vietnam]
  354.   00850*         IDD      11        [Korea North]
  355.   00852*         IDDE      9        [Hong Kong]
  356.   00853*         IDD      11        [Macao(Macau)]
  357.   0085*          IDD      11        [Cambodia/Laos] 
  358.   0086*          IDD      11        [China]
  359.   00880*         IDD      11        [Bangladesh]
  360.   00886*         IDDE     10        [Taiwan]
  361.   
  362.   0090*          IDD      11        [Turkey]
  363.   0091*          IDD      11        [India]
  364.   0092*          IDD      11        [Pakistan]
  365.   0094*          IDD      11        [Sri Lanka]
  366.   0095*          IDD      11        [Myanmar]
  367.   00960*         IDD      11        [Maldive Is]
  368.   00962*         IDD      11        [Jordan]
  369.   00963*         IDD      11        [Syria]
  370.   00964*         IDD      11        [Iraq]
  371.   00965*         IDD      11        [Kuwait]
  372.   00966*         IDD      11        [Saudi Arabia]
  373.   00967*         IDD      11        [Yemen AR]
  374.   00968*         IDD      11        [Oman]
  375.   00969*         IDD      11        [Yemen PDR]
  376.   00971*         IDD      11        [United Arab Emirates (U.A.E.)]
  377.   00972*         IDD      11        [Israel]
  378.   00973*         IDD      11        [Bahrain]
  379.   00974*         IDD      11        [Qatar]
  380.   00975*         IDD      11        [Bhutan] 
  381.   00977*         IDD      11        [Nepal]
  382.   00980*         IDD      11        [Iran]
  383.   
  384.   00*            IDD      11        [Other destinations]
  385.  
  386.  
  387. Local Area Codes:
  388.   08*              0800       1
  389.   0508*            0508       1
  390.  
  391. STD Area Codes:
  392.   03201*           STD        8      [Gore]  
  393.   03202*           STD        8      [Gore]
  394.   03203*           STD        8      [Gore]
  395.   03204*           STD        8      [Gore]
  396.   03205*           STD        8      [Gore]
  397.   03206*           STD        8      [Edendale]
  398.   03207*           STD        8      [Gore]
  399.   03208*           STD        8      [Gore]
  400.   0321*            STD       15      [Invercargill]
  401.   03221*           STD       15      [Invercargill]
  402.   03224*           STD       15      [Invercargill]
  403.   03225*           STD        8      [Otautau]
  404.   03226*           STD        8      [Otautau]
  405.   03230*           STD       15      [Invercargill]
  406.   03231*           STD       15      [Invercargill]
  407.   03234*           STD        8      [Riverton]
  408.   03235*           STD       15      [Invercargill]
  409.   03236*           STD        8      [Winton]
  410.   03239*           STD       15      [Invercargill]
  411.   03246*           STD        8      [Tokanui]
  412.   03248*           STD        8      [Lumsden]
  413.   03249*           STD        8      [Te Anau]
  414.  
  415.   03302*           STD        8      [Ashburton]
  416.   03303*           STD        8      [Ashburton]
  417.   03304*           STD        8      [Akaroa]
  418.   03305*           STD        8      [Chatham Islands]
  419.   03308*           STD        8      [Ashburton]
  420.   03312*           STD        8      [Rangiora]
  421.   03313*           STD        8      [Rangiora]
  422.   03314*           STD        8      [Amberley]
  423.   03315*           STD        8      [Culverden]
  424.   03318*           STD        8      [Darfield]
  425.   033192*          STD        8      [Cheviot]
  426.   033195*          STD        8      [Kaikoura]
  427.   033196*          STD        8      [Kaikoura]
  428.   033198*          STD        8      [Cheviot]
  429.   0332*            STD       15      [Christchurch]
  430.   0333*            STD       15      [Christchurch]
  431.   0334*            STD       15      [Christchurch]
  432.   0335*            STD       15      [Christchurch]
  433.   0336*            STD       15      [Christchurch]
  434.   0337*            STD       15      [Christchurch]
  435.   0338*            STD       15      [Christchurch]
  436.  
  437.   034128*          STD        8      [Balclutha]
  438.   034139*          STD        8      [Balclutha]
  439.   034157*          STD        8      [Balclutha]
  440.   034158*          STD        8      [Balclutha]
  441.   034159*          STD        8      [Balclutha]
  442.   03417*           STD        8      [Milton]
  443.   03418*           STD        8      [Balclutha]
  444.   034421*          STD       15      [Queenstown]
  445.   034423*          STD       15      [Queenstown]
  446.   034426*          STD       15      [Queenstown]
  447.   034427*          STD       15      [Queenstown]
  448.   034428*          STD       15      [Queenstown]
  449.   034429*          STD       15      [Queenstown]
  450.   03443*           STD        8      [Wanaka]
  451.   03444*           STD        8      [Ranfurly]
  452.   034450*          STD        8      [Cromwell]
  453.   034451*          STD        8      [Cromwell]
  454.   034452*          STD        8      [Cromwell]
  455.   034466*          STD        8      [Roxburgh]
  456.   034468*          STD        8      [Roxburgh]
  457.   0345*            STD       15      [Dunedin]
  458.   0346*            STD       15      [Dunedin]
  459.   034650*          STD        8      [Palmerston]
  460.   034651*          STD        8      [Palmerston]
  461.   034652*          STD        8      [Palmerston]
  462.   034657*          STD        8      [Palmerston]
  463.   0347*            STD       15      [Dunedin]
  464.   03481*           STD       15      [Dunedin]
  465.   03482*           STD       15      [Dunedin]
  466.   034859*          STD        8      [Lawrence]
  467.   03486*           STD       15      [Dunedin]
  468.   0348648*         STD        8      [Waipori Falls]
  469.   03487*           STD       15      [Dunedin]
  470.   03488*           STD       15      [Dunedin]
  471.   03489*           STD       15      [Dunedin]
  472.  
  473.   035211*          STD       15      [Nelson]
  474.   035224*          STD       15      [Nelson]
  475.   035238*          STD        8      [Murchison]
  476.   035239*          STD        8      [Murchison]
  477.   035248*          STD        8      [Golden Bay]
  478.   035258*          STD        8      [Golden Bay]
  479.   035259*          STD        8      [Golden Bay]
  480.   035266*          STD        8      [Motueka]
  481.   035267*          STD        8      [Motueka]
  482.   035268*          STD        8      [Motueka]
  483.   035278*          STD        8      [Motueka]
  484.   03528*           STD        8      [Motueka]
  485.   035294*          STD        8      [Murchison]
  486.   035295*          STD        8      [Golden Bay]
  487.   035296*          STD        8      [Motueka]
  488.   0354*            STD       15      [Nelson]
  489.   035716*          STD       15      [Nelson]
  490.   035765*          STD       15      [Nelson]
  491.  
  492.   03572*           STD        8      [Blenheim]
  493.   03573*           STD        8      [Blenheim]
  494.   03574*           STD        8      [Blenheim]
  495.   03575*           STD        8      [Blenheim]
  496.   03577*           STD        8      [Blenheim]
  497.   03578*           STD        8      [Blenheim]
  498.   03579*           STD        8      [Blenheim]
  499.  
  500.   03431*           STD        8      [Oamaru]
  501.   03432*           STD        8      [Oamaru]
  502.   03434*           STD        8      [Oamaru]
  503.   034350*          STD        8      [Twizel]
  504.   034351*          STD        8      [Mt Cook]
  505.   03436*           STD        8      [Kurow]
  506.   03437*           STD        8      [Oamaru]
  507.   03438*           STD        8      [Kurow]
  508.   03439*           STD        8      [Oamaru]
  509.   0361*            STD        8      [Timaru]
  510.   03684*           STD        8      [Timaru]
  511.   03685*           STD        8      [Fairlie]
  512.   03686*           STD        8      [Timaru]
  513.   03688*           STD        8      [Timaru]
  514.   03689*           STD        8      [Waimate]
  515.   0369*            STD        8      [Geraldine]
  516.  
  517.   03731*           STD        8      [Greymouth]
  518.   03732*           STD        8      [Greymouth]
  519.   03736*           STD        8      [Greymouth]
  520.   03738*           STD        8      [Greymouth]
  521.   037500*          STD        8      [Haast]
  522.   037510*          STD        8      [Fox Glacier]
  523.   037520*          STD        8      [Franz Josef]
  524.   037533*          STD        8      [Hokitika]
  525.   03755*           STD        8      [Hokitika]
  526.   037554*          STD        8      [Hokitika]
  527.   03762*           STD        8      [Greymouth]
  528.   03768*           STD        8      [Greymouth]
  529.   037821*          STD        8      [Westport]
  530.   037826*          STD        8      [Westport]
  531.   037828*          STD        8      [Westport]
  532.   03789*           STD        8      [Greymouth]
  533.   037895*          STD        8      [Westport]
  534.   037896*          STD        8      [Westport]
  535.   037897*          STD        8      [Westport]
  536.   037898*          STD        8      [Westport]
  537.   037899*          STD        8      [Westport]
  538.  
  539.   03*              STD        8      [Everywhere Else]
  540.  
  541.   04*              STD       13      [Wellington]
  542.  
  543.   06304*           STD        8      [Featherston]
  544.   06306*           STD        8      [Featherston]
  545.   06307*           STD        8      [Featherston]
  546.   06308*           STD        8      [Featherston]
  547.   06370*           STD        8      [Masterton]
  548.   06372*           STD        8      [Masterton]
  549.   06375*           STD        8      [Pahiatua]
  550.   06376*           STD        8      [Pahiatua]
  551.   06377*           STD        8      [Masterton]
  552.   06378*           STD        8      [Masterton]
  553.   06379*           STD        8      [Masterton]
  554.  
  555.   063220*          STD        8      [Bulls]
  556.   063221*          STD        8      [Bulls]
  557.   06323*           STD       12      [Palmerston North]
  558.   06324*           STD       12      [Palmerston North]
  559.   06325*           STD       12      [Palmerston North]
  560.   06326*           STD       12      [Palmerston North]
  561.   06328*           STD       12      [Palmerston North]
  562.   06329*           STD       12      [Palmerston North]
  563.   0635*            STD       12      [Palmerston North]
  564.   06362*           STD        8      [Levin]
  565.   06363*           STD        8      [Levin]
  566.   06364*           STD        8      [Levin]
  567.   06367*           STD        8      [Levin]
  568.   06368*           STD        8      [Levin]
  569.  
  570.   063228*          STD        8      [Marton]
  571.   063229*          STD        8      [Marton]
  572.   06327*           STD        8      [Marton]
  573.   06342*           STD       14      [Wanganui]
  574.   06343*           STD       14      [Wanganui]
  575.   06344*           STD       14      [Wanganui]
  576.   06345*           STD       14      [Wanganui]
  577.   06346*           STD       14      [Wanganui]
  578.   06385*           STD        7      [Ohakune]
  579.   06387*           STD        7      [Waiouru]
  580.  
  581.   06272*           STD        7      [Hawera]
  582.   06273*           STD        7      [Hawera]
  583.   06274*           STD        7      [Hawera]
  584.   06278*           STD        7      [Hawera]
  585.   067525*          STD        7      [Mokau]
  586.   067529*          STD        7      [Mokau]
  587.   0675*            STD       14      [New Plymouth]
  588.   06761*           STD        7      [Opunake]
  589.   06762*           STD        7      [Stratford]
  590.   06763*           STD        7      [Opunake]
  591.   06764*           STD        7      [Stratford]
  592.   06765*           STD        7      [Stratford]
  593.   06272*           STD        7      [Hawera]
  594.  
  595.   06374*           STD        7      [Dannevirke]
  596.   06830*           STD       14      [Napier/Hastings]
  597.   06834*           STD       14      [Napier/Hastings]
  598.   06835*           STD       14      [Napier/Hastings]
  599.   06836*           STD       14      [Napier/Hastings]
  600.   06837*           STD        7      [Wairoa]
  601.   06838*           STD        7      [Wairoa]
  602.   06839*           STD       14      [Napier/Hastings]
  603.   06843*           STD       14      [Napier/Hastings]
  604.   06844*           STD       14      [Napier/Hastings]
  605.   06855*           STD        7      [Waipukurau]
  606.   06856*           STD        7      [Waipukurau]
  607.   06857*           STD        7      [Waipukurau]
  608.   06858*           STD        7      [Waipukurau]
  609.   06870*           STD       14      [Napier/Hastings]
  610.   06874*           STD       14      [Napier/Hastings]
  611.   06875*           STD       14      [Napier/Hastings]
  612.   06876*           STD       14      [Napier/Hastings]
  613.   06877*           STD       14      [Napier/Hastings]
  614.   06878*           STD       14      [Napier/Hastings]
  615.   06879*           STD       14      [Napier/Hastings]
  616.  
  617.   06862*           STD       15      [Gisborne]
  618.   06863*           STD       15      [Gisborne]
  619.   06864*           STD        8      [Ruatoria]
  620.   06867*           STD       15      [Gisborne]
  621.   06868*           STD       15      [Gisborne]
  622.   06869*           STD       15      [Gisborne]
  623.  
  624.   06*              STD        8      [Everywhere Else]
  625.  
  626.   0730*            STD       12      [Whakatane]
  627.   07312*           STD       12      [Whakatane]
  628.   07315*           STD        7      [Opotiki]
  629.   07322*           STD       12      [Whakatane]
  630.   07323*           STD       12      [Whakatane]
  631.   07325*           STD        7      [Opotiki]
  632.   07332*           STD       11      [Rotorua]
  633.   073331*          STD       11      [Rotorua]
  634.   073332*          STD       11      [Rotorua]
  635.   073337*          STD       11      [Rotorua]
  636.   073338*          STD       11      [Rotorua]
  637.   073339*          STD       12      [Taupo]
  638.   0734*            STD       11      [Rotorua]
  639.   0735*            STD       11      [Rotorua]
  640.   0736*            STD       11      [Rotorua]
  641.   0737*            STD       12      [Taupo]
  642.   0738*            STD       12      [Taupo]
  643.   0753*            STD       11      [Tauranga]
  644.   0754*            STD       11      [Tauranga]
  645.   0755*            STD       11      [Tauranga]
  646.   0757*            STD       11      [Tauranga]
  647.  
  648.   07823*           STD       10      [Hamilton]
  649.   07824*           STD       10      [Hamilton]
  650.   07825*           STD       10      [Hamilton]
  651.   07826*           STD        4      [Huntly]
  652.   07827*           STD       10      [Hamilton]
  653.   07828*           STD        4      [Huntly]
  654.   07829*           STD       10      [Hamilton]
  655.   0783*            STD       10      [Hamilton]
  656.   0784*            STD       10      [Hamilton]
  657.   0785*            STD       10      [Hamilton]
  658.   07862*           STD        5      [Paeroa]
  659.   07863*           STD        5      [Waihi]
  660.   07864*           STD        5      [Thamas]
  661.   07865*           STD        5      [Whangamata]
  662.   07866*           STD        5      [Thamas]
  663.   07867*           STD        5      [Thamas]
  664.   07868*           STD        5      [Thamas]
  665.   07870*           STD        5      [Te Awamutu]
  666.   07871*           STD        5      [Te Awamutu]
  667.   07872*           STD        5      [Te Awamutu]
  668.   07873*           STD        5      [Otorohanga]
  669.   07876*           STD        5      [Te Kuiti]
  670.   07877*           STD        5      [Te Kuiti]
  671.   07878*           STD        5      [Te Kuiti]
  672.   07882*           STD        5      [Tokoroa/Putaruru]
  673.   07883*           STD        5      [Tokoroa/Putaruru]
  674.   07884*           STD        5      [Morrinsville]
  675.   07886*           STD        5      [Tokoroa/Putaruru]
  676.   07887*           STD        5      [Morrinsville]
  677.   07888*           STD        5      [Maramata]
  678.   07889*           STD        5      [Morrinsville]
  679.   0789*            STD        6      [Taumarunui]
  680.  
  681.   07*              STD        6      [Everyone Else]
  682.  
  683.  
  684.   0923*            STD        2      [Pukekohe]
  685.   09420*           STD        2      [Helensville]
  686.   09424*           STD        1      [Hibiscus Coast]
  687.   09426*           STD        1      [Hibiscus Coast]
  688.   09429*           STD        4      [GT Barrier]
  689.   09422*           STD       10      [Warkworth]
  690.   09423*           STD       10      [Warkworth]
  691.   09425*           STD       10      [Warkworth]
  692.   094312*          STD       10      [Warkworth]
  693.   094314*          STD       10      [Warkworth]
  694.   094315*          STD       10      [Warkworth]
  695.  
  696.   09401*           STD        5      [Kaikohe]
  697.   09402*           STD        5      [Kawakawa]
  698.   09403*           STD        5      [Kawakawa]
  699.   09404*           STD        5      [Kawakawa]
  700.   09405*           STD        5      [Kaikohe]
  701.   09406*           STD        6      [Kaitaia]
  702.   09407*           STD        5      [Kaikohe]
  703.   09408*           STD        6      [Kaitaia]
  704.   09409*           STD        6      [Kaitaia]
  705.   09430*           STD       11      [Whangarei]
  706.   094316*          STD        5      [Maungaturoto]
  707.   094317*          STD        5      [Maungaturoto]
  708.   094318*          STD        5      [Maungaturoto]
  709.   09432*           STD       11      [Whangarei]
  710.   09433*           STD       11      [Whangarei]
  711.   09434*           STD       11      [Whangarei]
  712.   09435*           STD       11      [Whangarei]
  713.   09436*           STD       11      [Whangarei]
  714.   09437*           STD       11      [Whangarei]
  715.   09438*           STD       11      [Whangarei]
  716.   09439*           STD        5      [Dargaville]
  717.  
  718.   09*              STD        8      [AKL Nums, Local numbers not toll calls]
  719.  
  720.  
  721. No Area Codes:
  722.   *                LOC       1
  723.  
  724.